OPERATOR ( + ) Interface

public interface OPERATOR ( + )

Module Procedures

public function AddSeconds(time1, step) result(time2)

Adds the specified number of seconds to the value of this instance. If number of seconds is a negative number, the amount is subtracted

Arguments

Type IntentOptional Attributes Name
type(DateTime), intent(in) :: time1
integer, intent(in) :: step

Return Value type(DateTime)